﻿prostitutespop = {
	texture = "gfx/interface/icons/pops_icons/prostitutespop.png"
	color = { 181 34 84 }
	strata = poor
	unemployment = no
	can_always_hire = yes
	start_quality_of_life = 6
	working_adult_ratio = 0.75
	wage_weight = 0.75
	dependent_wage = 0.0	# per year
	
	political_engagement_base = 0.0
	political_engagement_literacy_factor = 0.1
	
	political_engagement_mult = {
		value = 0.1
	}
	
	qualifications_growth_desc = "PROSTITUTES_QUALIFICATIONS_DESC"
	qualifications = {
		if = {
			limit = {
				OR = {
					is_pop_type = peasants
					is_pop_type = laborers
				}
			}
			multiply = {
				value = 10
				desc = "QUALIFICATIONS_FAVORED_TYPE"
			}
		}
	}
	
	portrait_age = {
		integer_range = {
			min = 13
			max = 17
		}
	}
	portrait_pose = { value = 0 }			
	portrait_is_female = { always = no }
}